home *** CD-ROM | disk | FTP | other *** search
/ i·claim - visualizing argument / ICLAIM.ISO / mac / t_06.swf / scripts / DefineSprite_233_MediaPlayback / frame_2 / PlaceObject2_162_MediaController_15 / CLIPACTIONRECORD on(initialize).as
Text File  |  2005-02-28  |  216b  |  11 lines

  1. on(initialize){
  2.    activePlayControl = "play";
  3.    backgroundStyle = "default";
  4.    controllerPolicy = "auto";
  5.    horizontal = true;
  6.    enabled = true;
  7.    visible = true;
  8.    minHeight = 0;
  9.    minWidth = 0;
  10. }
  11.